#
# HoI - Lithuania Events
#
#		written by Henrik Fhraeus
#

#########################################################################
#  Germany claims Memel
#########################################################################
event = {
	id = 2400
	random = no
	country = LIT

	# Triggered by GER 2008

	name = "EVT_2400_NAME"
	desc = "EVT_2400_DESC"
	style = 0
	picture = "Memel"

	action_a = {
		name = "ACTIONNAME2400A" # Cede Memel to Germany
		ai_chance = 99
		command = { type = relation which = GER value = 10 }
		command = { type = relation which = SOV value = -5 }
		command = { type = relation which = POL value = -10 }
		command = { type = secedeprovince which = GER value = 206 } # Memel
		command = { type = trigger which = 2009 } # GER
	}
	action_b = {
		name = "ACTIONNAME2400B" # Never!
		ai_chance = 1
		command = { type = relation which = GER value = -15 }
		command = { type = relation which = SOV value = 5 }
		command = { type = relation which = POL value = 10 }
		command = { type = trigger which = 2010 } # GER
	}
}

# Lengyel ultimtum Litvninak
#########################################################################
event = {
	id = 91267
	random = no
	country = LIT

	trigger = {
		control = { province = 208 data = POL }
		control = { province = 209 data = POL }
		exists = POL
		event = 91266
		NOT = {
			OR = {
				alliance = { country = POL country = LIT }
				alliance = { country = GER country = LIT }
				alliance = { country = SOV country = LIT }
				alliance = { country = ENG country = LIT }
				ispuppet = LIT
				ispuppet = POL
			}
		}
	}

	name = "EVT_91267_NAME"
	desc = "EVT_91267_DESC"

	style = 0
	picture = "guarantee_POL"
	date = { day = 18 month = march year = 1938 }

	action_a = {
		name = ACTIONNAME91267A
		ai_chance = 95
		command = { type = relation which = POL value = 10 }
		command = { type = domestic which = interventionism value = -1 }
		command = { type = domestic which = defense_lobby value = -2 }
		command = { type = removecore which = 208 }
		command = { type = removecore which = 209 }
		command = { type = dissent value = 4 }
		command = { type = trigger which = 91268 }
	}
	action_b = {
		name = ACTIONNAME91267B
		ai_chance = 4
		command = { type = domestic which = defense_lobby value = 1 }
		command = { type = dissent value = -1 }
		command = { type = trigger which = 91268 }
	}
	action_c = {
		name = ACTIONNAME91267C
		ai_chance = 1
		command = { type = relation which = POL value = -50 }
		command = { type = relation which = SOV value = -10 }
		command = { type = relation which = GER value = -5 }
		command = { type = domestic which = defense_lobby value = 1 }
		command = { type = domestic which = interventionism value = 1 }
		command = { type = sleepevent which = 91268 }
		command = { type = dissent value = 1 }
		command = { type = war which = POL }
	}
}